Welcome![Sign In][Sign Up]
Location:
Search - openCV kalman

Search list

[Special Effectsimgprocess

Description: 使用opencv语言,利用kalman算法对视频中的图像进行跟踪处理
Platform: | Size: 68556 | Author: 徐睿 | Hits:

[Other resourcepredict

Description: 利用OpenCV库实现的一个Kalman滤波的例子。-A Kalman filter example achieved with OpenCV.
Platform: | Size: 1024224 | Author: 智慧 | Hits:

[Windows DevelopVideoCapture(05.5.31)_Final

Description: 人脸通过肤色识别,单帧图像的人脸定位,彩色空间,以及彩色空间的转换-Face Recognition through color, and Single Image Face positioning, color space and color space conversion
Platform: | Size: 114688 | Author: dengxin | Hits:

[2D GraphicTemplateMatch

Description: 自己做的一个图像采集和模板快速匹配软件,有几种不同的匹配算法进行对比-Own an image acquisition and fast template matching software, there are several different types of matching algorithms compare
Platform: | Size: 2077696 | Author: 宋雪兵 | Hits:

[GDI-Bitmapkalmantrack

Description: 利用Kalman滤波器跟踪一个旋转的点,是用Opencv编的-Use of Kalman filter to track a rotating point
Platform: | Size: 3072 | Author: 田贵友 | Hits:

[Special Effectsopencvbasedkalmantrackadot

Description: 使用Kalman滤波器跟踪一个旋转的点,使用OPENCV编程-The use of Kalman filter to track a rotating point, the use of OPENCV Programming
Platform: | Size: 3072 | Author: 田贵友 | Hits:

[Special Effectskalmanfilter

Description: 包含一个VC程序和几个matlab程序一个基于Opencv的预测随机运动的点的经典例子-kalman fiter
Platform: | Size: 5873664 | Author: jack | Hits:

[Special Effects3

Description: 基于opencv的环境下,使用kalman滤波器跟踪一个旋转的点-Opencv-based environment, using the kalman filter to track a rotating point
Platform: | Size: 1353728 | Author: wanglo | Hits:

[OpenCVKalman_Effect

Description: 用Visual C++演示了基于opencv库的卡尔曼跟踪算法。-Demonstrated using Visual C++ opencv library based Kalman tracking algorithm.
Platform: | Size: 1341440 | Author: he | Hits:

[Special Effectsprocesskalman

Description: 通过对kalman滤波进行部分修改完成对人手的跟踪处理 效果良好 使用开源OPENCV函数库-Kalman filtering through the completion of a partial modification of the staff to track good treatment effect library using open source OPENCV
Platform: | Size: 68608 | Author: 谢彧 | Hits:

[OpenCVkalman_VC

Description: 卡尔曼滤波器_Vc语言实现,运用了opencv 库-kalman filter implement with OpenCV library
Platform: | Size: 1009664 | Author: top | Hits:

[OpenCVch10_ex10_2

Description: 基于opencv用于实现kalman滤波器的一个简单例子代码-Opencv used to implement kalman filter based on a simple example of code
Platform: | Size: 2048 | Author: qq | Hits:

[OpenCVTrackingBlobAlgorithms

Description: This contained BG/FG detection(simple version and adaptive background mixture models), blob tracking(connected component tracking and MSPF resolver, mean shift, particle filter), Kalman filter using OpenCV. It can be helpful who studying object detection and tracking algorithm. Also, It contain the video clip for testing algorithm.-This is contained BG/FG detection(simple version and adaptive background mixture models), blob tracking(connected component tracking and MSPF resolver, mean shift, particle filter), Kalman filter using OpenCV. It can be helpful who studying object detection and tracking algorithm. Also, It contain the video clip for testing algorithm.
Platform: | Size: 52594688 | Author: byunghee | Hits:

[OpenCVfacemount

Description: 目前很多自动拍照系统可以自动检测人脸(或者其他部位),并给人脸上添加一些装饰产生比较有趣的场景,本程序在opencv的人脸检测基础上,添加kalman filter实现人脸的自动跟踪,在人脸的鼻子处添加一个猪鼻子,造成一种比较cute的场景。 资源包括可以直接运行的exe文件和相应的代码。 希望给大家一个参考-A lot of automatic camera system can automatically detect the face (or other parts), and gives a face to add some decoration to produce more interesting scenes, this program in opencv face detection on the basis of achieve automatic face tracking, add the kalman filteradd a pig nose, in the face of the nose, causing a cute scene.
Platform: | Size: 8398848 | Author: 刘宋 | Hits:

[Video Capturetutorial9-kalmanfiltre

Description: filtre de kalman opencv
Platform: | Size: 307200 | Author: benharper | Hits:

[Special EffectsBkalman_camsha

Description: 基于opencv的例子使用meanshift算法追踪屏幕中中的白点,利用kalman移动搜索框.,已通过测试。 -Based on the example of the use of opencv tracking algorithm meanshift white sscreen, use the search box kalman mobile. Complete source code, has been tested.
Platform: | Size: 2552832 | Author: | Hits:

[OpenCVHumanTracking

Description: 基于opencv的视频中人体跟踪代码,用Kalman预测 ,用Snake 在预测点的周围进行Snake能量函数及小化-Body of opencv-based video tracking code, using the Kalman prediction Snake Snake energy function and small around the prediction point
Platform: | Size: 15529984 | Author: 杨亚萍 | Hits:

[OpenCVopencv_kalman

Description: 本次实验来源于opencv自带sample中的例子,该例子是用kalman来完成一个一维的跟踪,即跟踪一个不断变化的角度。在界面中表现为一个点在圆周上匀速跑,然后跟踪该点。看起来跟踪点是个二维的,其实转换成角度就是一维的了。 Kalman滤波理论主要应用在现实世界中个,并不是理想环境。主要是来跟踪的某一个变量的值,跟踪的依据是首先根据系统的运动方程来对该值做预测,比如说我们知道一个物体的运动速度,那么下面时刻它的位置按照道理是可以预测出来的,不过该预测肯定有误差,只能作为跟踪的依据。另一个依据是可以用测量手段来测量那个变量的值,当然该测量也是有误差的,也只能作为依据,不过这2个依据的权重比例不同。最后kalman滤波就是利用这两个依据进行一些列迭代进行目标跟踪的。-This experiment from the examples the opencv own sample, the example is to complete a one-dimensional tracking using kalman, ie, tracking a changing point of view. Performance in the interface as a point in the circle on steady running, then track the points. Looks like the tracking point is a two-dimensional, in fact, convert the angle is one-dimensional. The main application of the Kalman filter theory in the real world, not the ideal environment. Is the value of a variable to keep track of the basis for tracking the first according to the equation of motion of the system to the value forecast, for example, we know the velocity of an object, then the following moment of its location in accordance with the truth can be predicted , but the forecast is certainly a margin of error, only as a basis for tracking. Another is based on measurements to measure the value of that variable, Of course, this measurement error can only be used as the basis of these two basis weights the different pr
Platform: | Size: 339968 | Author: wuwei | Hits:

[Algorithmkalman_moving_ball

Description: 用C++语言和OpenCV库实现的小球抛物线运动卡尔曼估计算法-Ball parabolic motion with the C++ language and OpenCV library Kalman estimation algorithm
Platform: | Size: 9216 | Author: | Hits:

[OpenCVshuangmude

Description: 基于opencv双目标定,其中主要是对代码进行嵌入Kalman滤波器优化-Based on the opencv binocular calibration, which is mainly embedded in the code Kalman filter optimization
Platform: | Size: 10240 | Author: Alex | Hits:
« 1 2 3 4 5 67 »

CodeBus www.codebus.net